projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1bf59
)
build: The doc shooter works without x11 now
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 Aug 2020 22:54:53 +0000
(18:54 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 31 Aug 2020 01:23:25 +0000
(21:23 -0400)
No need to restrict the build to just x11.
We're not using pixmaps anymore.
docs/tools/meson.build
patch
|
blob
|
history
diff --git
a/docs/tools/meson.build
b/docs/tools/meson.build
index ead3357af04a6d0ee91b8124ef4ec35160864fef..71473c9e5000e9baccd2ff281bfbd3c19c91d7c3 100644
(file)
--- a/
docs/tools/meson.build
+++ b/
docs/tools/meson.build
@@
-1,4
+1,4
@@
-if
x11_enabled and
get_option('gtk_doc')
+if get_option('gtk_doc')
doc_shooter_sources = [
'shooter.c',
'shadow.c',